home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Apps / sdr_hlp.cgi.z / sdr_hlp.cgi
Encoding:
Text File  |  2002-06-12  |  3.1 KB  |  80 lines

  1. #!/usr/bin/perl5
  2. print <<EndOfFile;
  3. Content-type: text/html
  4.  
  5. <HTML><TITLE>About Creating Announcements</TITLE>
  6. <BODY BGCOLOR=#CCC28F BACKGROUND="/images/sdr-bg.gif"
  7. LINK=#00582A VLINK=#27002B>
  8.  
  9. <FORM>
  10. <H2 ALIGN=CENTER>Help: Creating Multicast Announcements</H2>
  11. <P>
  12. <BLOCKQUOTE>
  13. The information that you enter in this form is used to add your session
  14. to the list of events that is displayed to session directory users when
  15. they start the session directory application. To add your session to the
  16. list, specify this information on the Create Announcement form:
  17. <DL>
  18. <DT><B>Session Name:</B> 
  19. <DD>The name of your session as it will appear on the announcement list.
  20.  
  21. <DT><B>Session Description:</B> 
  22. <DD>An explanation of what the session is about. Provide enough
  23. information so that users can decide whether to participate in the
  24. session.
  25.  
  26. <DT><B>Reference URL:</B> 
  27. <DD>A related Web location (usually in the form of
  28. <I>http://www.somemachine.com/ somepage.html</i>) where users can find
  29. supplementary information about the session. You can enter only one
  30. reference URL.  This field is optional.
  31.  
  32. <DT><B>Address:</B> 
  33. <DD>The broadcast address for the session.
  34.  
  35. <DT><B>Scope:</B> 
  36. <DD>The area where the broadcast will be available: at your
  37. local site, within a broadcast region to which your site belongs, 
  38. or world-wide.
  39.  
  40. <DT><B>Media</B> / <B>Recvonly</B> / <B>Protocol</B> / <B>Format</B> /
  41. <B>Port</B>: 
  42. <DD><I>Media</I> specifies the type of media that the session contains
  43. (sessions can contain more than one media type, such as Audio and
  44. Video). Select <I>Recvonly</I> if you do not wish audience responses to
  45. be made during the session. The <I>Protocol</I> and <I>Format</I> of the
  46. media specify the digital transmission characteristics of the session,
  47. which are normally determined by the originator of the broadcast, such
  48. as a radio station or conference sponsors.  The <I>Port</I> is the port
  49. on the user hosts where the data stream for the session will be
  50. received. There are standard port numbers are for some types of
  51. broadcasts, but you can specify a different number if a different port
  52. will be used. 
  53.  
  54. <DT><B>Broadcast</B> / <B>From</B> / <B>Repeat</B>: 
  55. <DD><I>Broadcast</I> specifies the frequency of the session (once,
  56. daily, or weekly). <I>From</I> specifies the date, the starting time on
  57. the 24-hour clock, and the duration of the session.  <I>Repeat for</I>
  58. specifies the interval at which the session will be repeated. For
  59. example, if you select <I>weekly</I>, <I>Wed Dec 2</I>, <I>13:00</I>,
  60. <I>30 minutes</I>, and <I>4 weeks</I>, your session will be broadcast
  61. for a half hour, beginning at 1 PM on Monday, December 2.  It will be
  62. repeated at the same time every Monday for four consecutive weeks. 
  63.  
  64. <DT><B>Email</B> / <B>Phone</B>:
  65. <DD> The email address, name, and phone number of the person responsible
  66. for the broadcast of the session (this is not necessarily the person
  67. making the announcement). Use conventional notation for phone number
  68. entries (for example, 415-555-1212). Either an email address or a phone
  69. number must be included in the announcement.
  70. </DL>
  71.  
  72. <CENTER>
  73. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  74. </CENTER>
  75. </FORM>
  76. </BODY>
  77. </HTML>
  78. EndOfFile
  79.  
  80.